Closed
Migrate CI from Travis to GitHub Actions (6.x branch)#545
Conversation
Copilot
AI
changed the title
[WIP] Migrate CI from Travis to GitHub Actions for 6.x branch
Migrate CI from Travis to GitHub Actions (6.x branch)
Jun 3, 2026
Contributor
|
yikes. Horrible job copilot. Its very concerning that it would hallucinate adding integration tests. Also, it seems like it has no ability to create multiple PRs from a single issue. Going to refine the prompt and create an issue per target branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retires Travis CI in favor of GitHub Actions reusable workflows from
logstash-plugins/.ci@1.x, covering all test types previously run by.travis.yml.Travis → GHA parity
rake test:java,rspec)unit-tests.yml→unit-tests.yml@1.xrake test:integration:setup,rspec --tag integration)integration-tests.yml→integration-tests.yml@1.xChanges
.github/workflows/unit-tests.yml— calls sharedunit-tests.yml@1.x.github/workflows/integration-tests.yml— calls sharedintegration-tests.yml@1.xREADME.md— replaced Travis badge with GHA badges for both workflows.travis.ymlBoth workflows trigger on
push,pull_requesttargeting6.x, andworkflow_dispatch. The elastic-stack-version matrix is handled by the shared reusable workflows.